home *** CD-ROM | disk | FTP | other *** search
/ Canon Creative 3 / Canon Creative 3 - Disc 2.iso / designe / DE.DIR / 00018.ls < prev    next >
Encoding:
Text File  |  1997-05-08  |  200 b   |  14 lines

  1. on startMovie
  2.   initPromo()
  3. end
  4.  
  5. on idle
  6.   playAmbientSound()
  7. end
  8.  
  9. on keyDown
  10.   if (integer(the key) >= "0") and (integer(the key) <= "7") then
  11.     set the soundLevel to integer(the key)
  12.   end if
  13. end
  14.